home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 40
/
Vol 40.iso
/
games
/
whomp.swf
/
scripts
/
frame_50
/
DoAction_2.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-04-20
|
268 b
|
16 lines
clicker.onRelease = function()
{
trace(gClear);
if(gClear == false)
{
_root.section = 3;
}
else if(gClear == true)
{
_root.section = 1;
_global.gClear = false;
}
gotoAndPlay(_root._currentframe + 1);
};
stop();